/*************************************

Template Name: Songbad Prokash - Online NewsPaper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.

****************************************/
@charset "utf-8";

@font-face {
  font-family: "SolaimanLipiNormal";
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot");
  src: url("../fonts/solaimanlipi/solaimanlipi_20-04-07.eot") format("embedded-opentype"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.woff") format("woff"), url("../fonts/solaimanlipi/solaimanlipi_20-04-07.ttf") format("truetype"), url("../fonts/solaimanlipi/SolaimanLipi_29-05-06.svg") format("svg");
}
body {
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #333;
  background: #eff3f4;
  padding-top: 52px;;
}

@media (min-width: 767px) {
  .container {
    max-width: 700px!important;
  }

}
/*======================== For LAZY LOAD CSS ============================*/
.lazyload {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}
.lazy-loaded {
    opacity: 1
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 700px;
}
.custom-row {
  margin-right: -5px;
  margin-left: -5px;
}
.custom-padding {
  padding-right: 7px !important;
  padding-left: 7px !important;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body, h1, h2, h3, h4, h5, h6, p, textarea {
  font-family: "SolaimanLipiNormal",Helvetica,Arial,SolaimanLipi,sans-serif;
}
a{
  font-family: "SolaimanLipiNormal",Helvetica,Arial,sans-serif;
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
}
*a:hover {
  text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* ================ Background Color ================ */
.bg-white{
  background: #fff;
}
.bg-gray{
  background: #eff3f4;
}

/* ==================== TOP NAV ==================== */
.ml-stack-nav-toggle {
  z-index: 100;
  display: inline-block;
  float: right;
  margin-top: 16px;
  margin-right: 15px;
}
.ml-stack-nav-toggle__line{
  background: #19232d;
}
.ml-stack-nav-toggle:hover, .ml-stack-nav-toggle:focus {
  text-decoration: none;
  outline: 0 solid !important;
}
.nav {
    float: right;
}
.nav svg {
    vertical-align: middle;
}
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav li {
    display: inline;
}
.nav a {
    text-decoration: none;
}
.nav a:hover,
.nav a:focus {
    text-decoration: underline;
}
.mobile-top {
  /* height: 30px; */
  display: block;
  position: relative;
  /* background: #19232d;
  border-top: 2px solid #e74c4f; */
  background: #F0F0ED;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.mobile-logo {
  display: inline-block;
  position: relative;
  width: 165px;
  margin-left: 10px;
  padding: 11px 0 7px;
}
.top-search-right {
  text-align: right;
  height: 20px;
  background: #ffffff;
}
.search-box {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 10px 0 0 !important;
}
.mobile-nav-bar {
  background-color: #fff;
  position: relative;
  border-top: 2px solid #19232d;
  /* border-bottom: 2px solid #e74c4f; */
  box-shadow: rgb(0, 0, 0) 0px 5px 8px -5px;
  -webkit-box-shadow: rgb(0, 0, 0) 0px 5px 8px -5px;
}
.mobile-nav-bar-margin {
  margin-top: 0px;
  border-top: 5px solid #ffffff;
}
.mobile-top-hidden {
  display: none;
  transition: 1s;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
}
.ml-stack-nav {
  top: 62px;
}
/*================================================
                     BACK TO TOP
==================================================*/
.scrollup {
  display: block;
  background: #ff4444 none repeat scroll 0 0;
  bottom: 35px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  position: fixed;
  right: 13px;
  text-align: center;
  width: 35px;
  z-index: 99;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #1da255;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}
/*======================= TOP NAV START SEARCH BAR TOGGLE STYLE ============================*/
.top-search {
  display: none;
}
.top-search {
  padding: 10px;
  background: #fff;
  position: absolute;
  z-index: 9999;
  width: 100%;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
}
.top-search input.form-control {
  background: #fff;
  border: 2px solid #f0f0ed;
  color: #000;
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 8px 1%;
  font-size: 18px;
  font-family: SolaimanLipi;
  /* width: 100%; */
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #19232d;
  padding-left: 0;
  padding-right: 0;
  width: 35px;
  height: 35px;
  text-align: center;
}
.top-search .input-group-addon .fa {
  font-size: 20px;
  line-height: 30px;
  padding: 5px 8px;
  background: #efefef;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
.attr-nav{
  display: inline-block;
  padding-left: 10px;
  position: relative;
  float: right;
}
.attr-nav ul {
  margin: 0;
  padding: 0;
}
.attr-nav ul li {
  list-style: none;
}
.attr-nav ul li a {
  color: #19232d;
  font-size: 24px;
  line-height: 30px;
  margin-top: 12px;
  margin-right: 15px;
  display: inline-block;
}
.top-search input.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.01);
}
.top-search .m-search {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
/*======================= TOP NAV END SEARCH BAR TOGGLE STYLE ============================*/
/* ================== Scroll Menu ================= */
.scrollmenu{
  display: block;
}
.scrollmenu {
    margin-top: 10px;
    background-color: #ffff;
    padding-left: 5px;
    overflow: auto;
    white-space: nowrap;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    -webkit-overflow-scrolling: touch;
}
.scrollmenu ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.scrollmenu ol li {
    display: inline-block;
}
.scrollmenu ol li a {
    display: inline-block;
    color: #666;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-weight: 700;
}
.scrollmenu ol li a.active-category {
    color: #d41e1e;
    border-bottom: 2px solid;
}
.scrollmenu::-webkit-scrollbar {
    width: 5px;
    height: 0;
}
/* ================== Scroll Menu End================= */
/* ========================= READ MORE BUTTON ============================ */

.read-more, .read-more-2{
  text-align: center;
}
.read-more-btn, .read-more-btn-2 {
    border: none;
    padding: 5px 30px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    z-index: 99;
    font-size: 17px;
    margin-top: 10px;
}
.read-more-btn:before, .read-more-btn:after {
    content: "";
    position: absolute;
    transform: skew(-30deg);
    transition: all 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 3px -3px #000;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.read-more-btn-2:before, .read-more-btn-2:after{
  background: #eff3f4;
  content: "";
  position: absolute;
  transform: skew(-30deg);
  transition: all 0.5s ease-in-out;
  bottom: 0;
  left: 0;
  box-shadow: 0px 3px 3px -3px #000;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*======================= COMMON HEADING STYLE ============================*/
.common-heading-style {
    width: 100%;
}
.common-heading-text {
    background: #343334;
    line-height: 36px;
margin-bottom: 10px;
}
.common-heading-text .read-more-left {
    background: #ff4444;
    padding: 0 20px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    padding-top: 4px;
    font-size: 24px;
}
.common-heading-text .read-more-left a {
    color: #fff;
}
.common-heading-text .read-more-left:before {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    left: 99.3%;
    top: 0;
    border-top: 40px solid #ff4444;
    border-right: 35px solid transparent;
    border-bottom: 0;
    border-left: 0;
}
.common-heading-text .read-more-right {
    float: right;
    padding-right: 15px;
    font-size: 22px;
    line-height: 40px;
}
.common-heading-text .read-more-right a {
    color: #fff;
}
/* ======================= PLAY BUTTON/ VIDEO ICON ======================*/
.video-icon, .video-icon-2{
  position: relative;
}
.video-icon i, .video-icon-2 i{
  position: absolute;
  top: 50%;
  left: 46.5%;
  height: 40px;
  width: 40px;
  line-height: 42px;
  font-size: 20px;
  padding-left: 6px;
  z-index: 1;
  background: #fff;
  transform: translate(-50%, -50%);
  text-align: center;
  color: red;
  border-radius: 50%;
  /* box-shadow: 0 0 30px 2px grey; */
  opacity: 0.8;
}
.video-icon-2 i{
  left: 50%;
}
/*======================= TOP LEAD NEWS SECTION ============================*/
.top-lead-news {
  padding-top: 6px;
  padding-bottom: 15px;
  background: #fff;
}
.top-lead-news .top-date{
  padding: 5px 10px 5px 13px;
  border-bottom: 1px solid #f6f6f6;
  background-color: #fafafa;
  font-size: 14px;
  margin-bottom: 5px;
}
.m-top-lead-news {
    position: relative;
    margin-bottom: 10px;
}
.m-lead-news-heading {
    position: absolute;
    width: 100%;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
    color: #fff;
    bottom: 0;
    padding: 20px 10px 5px;
}
.m-lead-news-heading h1 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}
.lead-news-other {
    position: relative;
    margin: 0;
    padding: 0;
    /* margin-top: 20px; */
}
.lead-news-other li {
    list-style: none;
    display: inline-block;
    width: 100%;
}
.lead-news-other li a {
    display: inline-block;
    padding: 7px;
    background: #eff3f4;
    width: 100%;
    border: 1px solid #e4e4e4;
    /* margin-bottom: -6px;
    border-top: 1px dashed gray; */

}
/* .lead-news-other li:last-child a {
    border-bottom: none;
} */
.lead-news-other-left {
  position: relative;
    width: 40%;
    float: left;
    padding-right: 3%;
}
.lead-news-other-right {
    float: left;
    width: 60%;
    overflow: hidden;
    padding-top: 1px;
    min-height: 62px;
    max-height: 62px;
}
.lead-news-other-right h2 {
  font-size: 18px;
  color: #000;
  line-height: 20px;
  margin: 0;
}
/*======================= End TOP LEAD NEWS SECTION ============================*/
/*======================= VIDEO SECTION ============================*/
.video-section{
  padding: 24px 0 4px;
  background: #212121;
}
.video-heading-text {
    color: #ffc107;
    border-left: 4px solid red;
    padding-left: 6px;
    font-size: 30px;
    margin-bottom: 15px;
}
.video-news-big{
  margin-bottom: 24px;
  padding: 0;
}
.video-news-big-img{
  position: relative;
}
.video-news-big-img i{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 45px;
  width: 45px;
  line-height: 37px;
  font-size: 23px;
  padding-left: 6px;
  border: 4px solid #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0.14);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px 2px grey;
  opacity: 0.8;
}
.video-news-big-text{
  position: relative;
  margin: 0;
  padding: 1px 5px;
  bottom: 0;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  width: 100%;
  background: #333;
}
.video-news-big-text h2{
  color: #fff;
    font-size: 20px;
    line-height: 21px;
}
.video-news-small{
  margin-bottom: 24px;
  padding: 0;
}
.video-news-small-img{
  position: relative;
}

.video-news-small-text{
  position: relative;
  margin: 0;
  padding: 1px 5px;
  bottom: 0;
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  width: 100%;
  background: #333;
}
.video-news-small-text h3{
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
/* ================== SERVEY AREA STYLE ================== */
.quiz-section{
  padding: 24px 0;
}
.right_poll_block {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  background: #f0f0ed;
}
.right_poll_title {
  background: #d37d2a;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}
.right_poll_title a {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
}
.right_poll_cont {
  border: 1px solid #d17c29;
  border-top: 0;
  padding: 10px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.poll_ques {
  display: block;
  margin: 5px 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.pull-ques-ul {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
.pull-ques-ul li {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  width: 100%;
}
.pull-ques-ul li input,
.pull-ques-ul li label {
  cursor: pointer;
}

/* ================== SERVEY AREA STYLE ================== */

/* ========================= NATIONAL NEWS SECTION ========================== */
.national-section{
  padding: 32px 0 24px;
}
.national-section .block-category-text{
  background: #eff3f4;
}
/* ========================= AUDIO BOOK SECTION ========================== */
.audio-book-section{
  padding-top: 32px;
  padding-bottom: 24px;
  background: #fff;
}
.audio-book-list{
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 7px;
  margin-top: 8px;
  background: #eff3f4;
  border: 1px solid #e4e4e4;
}
.audio-book-list li {
  list-style: none;
  display: inline-block;
  width: 100%;
}
.audio-book-list li a {
  display: inline-block;
  padding: 0 7px 7px;
  background: #eff3f4;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.audio-book-list li:last-child a{
  border-bottom: none;
  padding-bottom: 0;
}
.audio-book-img{
  position: relative;
  width: 37%;
  float: left;
  padding-right: 3%;
}
.audio-book-title{
  float: left;
  width: 63%;
  overflow: hidden;
  padding-top: 1px;
  min-height: 62px;
  max-height: 62px;
}
.audio-book-title h3 {
  font-size: 20px;
  color: #000;
  line-height: 25px;
  margin: 0;
}
.audio-book-title span{
  /* color: #888; */
}
.audio-book-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background: rgba(220, 32, 40, 0.8);
    padding: 6px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: 0.5s;
}

/* ======================= ENTERTAINMENT SECTION ======================= */
.entertainment-section{
  padding-top: 32px;
  padding-bottom: 20px;
  background: #fff;
}
.entertainment-section .block-category-text{
  background: #eff3f4;
}
.entertainment-top-news{
  position: relative;
    margin-bottom: 10px;
}
.entertainment-top-news-heading{
  position: absolute;
    width: 100%;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
    color: #fff;
    bottom: 0;
    padding: 20px 10px 5px;
}
.entertainment-top-news-heading h2{
  margin: 0;
font-size: 20px;
line-height: 24px;
}
.entertainment-news-list{
  position: relative;
    margin: 0;
    padding: 0;
}
.entertainment-news-list li{
  list-style: none;
    display: inline-block;
    width: 100%;
}
.entertainment-news-list li a {
    display: inline-block;
    padding: 7px;
    background: #fff;
    width: 100%;
    border: 1px solid #e4e4e4;
}
.entertainment-news-left {
    width: 40%;
    float: left;
    padding-right: 3%;
}
.entertainment-news-right {
    float: left;
    width: 60%;
    overflow: hidden;
    padding-top: 1px;
    min-height: 62px;
    max-height: 62px;
}
.entertainment-news-right h3 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin: 0;
}
/* ============================== JOB NEWS SECTION STYLE ========================== */
.job-news-section{
  background: #eff3f4;
  padding: 32px 0 24px;
}
.job-news-list{
  position: relative;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}
.job-news-list li{
  list-style: none;
    display: inline-block;
    width: 100%;
}
.job-news-list li a {
    display: inline-block;
    padding-bottom: 7px;
    background: #eff3f4;
    width: 100%;
    border-bottom: 1px dashed #adb5bd;
}
/* .job-news-list li:last-child a{
  border-bottom: none;
} */
.job-news-left {
    width: 40%;
    float: left;
    padding-right: 3%;
}
.job-news-right {
    float: left;
    width: 60%;
    overflow: hidden;
    padding-top: 1px;
    min-height: 62px;
    max-height: 62px;
}
.job-news-right h3 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin: 0;
}
/* ==================== OPINION STYLE =================== */
.opinion-section{
  padding: 24px 0 10px;
}
.opinion-news{
  margin-bottom: 15px;
}
.opinion-img{
  position: relative;
}
.opinion-text{
  background-color: #fff;
  position: relative;
  padding: 5px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
}
.opinion-text h2{
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.interview-section{
  padding: 24px 0 24px;
  background: #fff;
}
.interview-text{
  background: #eff3f4;
}
.social-section{
  background: #eff3f4;
  padding: 32px 0 24px;
}
/* ======================= CATEGORY NEWS SECTIONS ======================= */
.category-section{
  padding-top: 32px;
  padding-bottom: 24px;
  background: #eff3f4;
}
.category-top-news{
  position: relative;
    margin-bottom: 10px;
}
.category-top-news-heading{
  position: absolute;
    width: 100%;
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, .8) 100%);
    color: #fff;
    bottom: 0;
    padding: 20px 10px 5px;
}
.category-top-news-heading h2{
  margin: 0;
font-size: 20px;
line-height: 24px;
}
.category-news-list{
  position: relative;
    margin: 0;
    padding: 0;
}
.category-news-list li{
  list-style: none;
    display: inline-block;
    width: 100%;
}
.category-news-list li a {
    display: inline-block;
    padding: 7px;
    background: #fff;
    width: 100%;
    border: 1px solid #e4e4e4;
}
.category-news-list-2 li{
  background: #fff;
}
.category-news-list-2 li a {
  border: none;
  display: inline-block;
  padding: 0;
  padding-bottom: 7px;
  background: #fff;
  width: 100%;
  border-bottom: 1px dashed #adb5bd;
}
.category-news-list-2 li:last-child a{
  padding-bottom: 0;
  border: none;
}
.category-news-left {
    width: 40%;
    float: left;
    padding-right: 3%;
}
.category-news-right {
    float: left;
    width: 60%;
    overflow: hidden;
    padding-top: 1px;
    min-height: 62px;
    max-height: 62px;
}
.category-news-right h3 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin: 0;
}
/* ======================= CATEGORY BLOCK NEWS SECTIONS ======================= */
.block-category-news{
  margin-bottom: 15px;
}
.block-category-img{
  position: relative;
}
.block-category-text{
  background-color: #fff;
  position: relative;
  padding: 5px;
  min-height: 78px;
  max-height: 78px;
  overflow: hidden;
}
.block-category-text h2{
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

/* ================== COUNTRY SECTION STYLE ===================== */
.country-section{
  padding: 32px 0 24px;
}
.national-news-title {
  background: #343334;
  margin-bottom: 15px;
}
.national-news-title h2 {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
.national-news-section-right{
  width: 100%;
  padding-top: 15px;
}
.division-search,
.district-search,
.upazila-search {
  margin-bottom: 15px;
}
.division-search select,
.district-search select,
.upazila-search select {
  font-size: 18px;
}
.country-news-search-btn {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border: 0;
  line-height: 40px;
  width: 100%;
  text-align: center;
  background: #ff4444;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  text-decoration: none;
}

/* ================== INTERNATIONAL SECTION STYLE ===================== */
.international-section{
  padding: 32px 0 24px;
}
.international-section .category-news-list li a{
  background: #eff3f4;
}
/* ================== HEALTHD SECTION STYLE ===================== */
.health-section{
  padding: 32px 0 24px;
}
/* ================== EDUCATION SECTION STYLE ===================== */
.education-section{
  padding: 32px 0 24px;
}
.education-section .category-news-list li a{
  background: #eff3f4;
}
/* ================== TOURISM SECTION STYLE ===================== */
.tourism-section{
  padding: 32px 0;
}

/* ================== SCIENCE SECTION STYLE ===================== */
.science-section{
  padding: 32px 0 24px;
}
.sports-section{
  padding: 32px 0 24px;
}
.economy-section{
  padding: 32px 0 24px;
}
/* ================== PUBLIC SECTION STYLE ===================== */
.public-section{
  padding: 32px 0 24px;
}
.life-style-section{
  padding: 32px 0 24px;

}
/*  ======================= FOOTER AREA ======================= */
.footer-wrapper {
  width: 100%;
}
.footer-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-logo img {
  height: 70px;
  width: auto;
}
.footer-main{
  text-align: center;
}
.footer-main h3 {
  margin-top: 7px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
}
.footer-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-ul li {
  list-style: none;
  color: #000;
  display: inline-flex;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 15px;
  /* border-right: 1px solid #ccc; */
}
.footer-ul li i{
  padding: 3px 4px 0 0;
}
.footer-ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.footer-ul li:first-child {
  padding-left: 0;
}
.footer-bottom {
  color: #000;
  text-align: center;
}
.footer-bottom p{
  margin-bottom: 0;
  text-align: center;
}
.footer-bottom-row {
  padding: 15px 0;
}
.design-link {
  text-align: right;
}
.design-link a {
  color: #0c980c;
  font-weight: 700;
  letter-spacing: 0.5px;
}
/* ============= SOCIAL ICON ================ */
.social-icon-wrapper{
  display: block;
}
.social-helper {
    text-align: center;
}
.social-top-icon {
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.social-top-icon li {
  list-style: none;
  margin: 0;
}
.social-top-icon li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  font-size: 22px;
  color: #000;
  transition: 0.5s;
}
.social-top-icon li a i {
  z-index: 99;
}
.social-top-icon li a .fa-facebook {
  color: #3b5999;
}
.social-top-icon li a .fa-youtube {
  color: #cd201f;
}
.social-top-icon li a .fa-twitter {
  color: #55acee;
}
.social-top-icon li a .fa-instagram {
  color: #e4405f;
}
.social-top-icon li a .fa-linkedin {
  color: #007bb6;
}
.social-top-icon li a .fa-pinterest {
  color: #cb2027;
}
.social-top-icon li a .fa-rss {
  color: #f26522;
}
.social-top-icon li a:hover .fa {
  color: #fff;
}
.social-top-icon li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  /* border-radius: 50%; */
  /* z-index: -1; */
  transform: scale(0);
  transition: 0.5s cubic-bezier(0.95, 0.32, 0.37, 1.31);
}
/* ================= Banner area =================== */
.banner-1{
  text-align: center;
  margin-top: 5px;
}
.banner-2{
  text-align: center;
  margin-top: 5px;
}

/* ==================================================
                  CATEGORY PAGE
================================================== */
.breadcrumb-mobile {
    background: #eff3f4;
    margin: 15px 0;
    padding: 6px 8px;
}
.breadcrumb-mobile > li {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}
.breadcrumb-mobile > li > a {
    color: #e74c4f;
    font-size: 22px;
}
.breadcrumb-mobile > li {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
}
.breadcrumb-mobile > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.category-page-section .block-category-text{
  background: #eff3f4;
}
.category-page-section .block-category-text h2{
  line-height: 20px;
}
.category-page-section .banner-1{
  margin-bottom: 22px;
}
.category-page-section .cat-btn{
  margin-bottom: 28px;
  padding: 5px 20px;
  color: #fff;
}
.category-page-section .cat-btn:before, .cat-btn:after{
  background: #e42b2b;
}


/* ==================================================
                  ARCHIVE PAGE
================================================== */
.archive-page-breadcrumb {
  margin-top: 25px;
}
.archive-heading h3 {
  font-size: 22px;
  margin: 0;
  padding-left: 13px;
}
.archive-wrapper {
  padding: 13px 0px 10px;
  background: #eff3f4;
  margin-bottom: 14px;
  margin-top: 0px;
  display: flow-root;
  text-align: center;
}
/* .archive-heading {
  float: left;
  width: 24%;
  text-align: right;
} */
.archive-btn-wrapper {
  float: left;
  width: 25%;
}
.date-picker-main {
  float: left;
  width: 45%;
  padding-left: 2%;
  padding-right: 2%;
}
.archive-btn-wrapper {
  position: relative;
}
.archive-search-btn {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  border: 0;
  line-height: 33px;
  width: 100%;
  text-align: center;
  background: #ff4444;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  border: 1px solid transparent;
}
.archive-search-btn:before {
  background: #fff;
  color: #ff4444;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.category-news-left{
  position: relative;
}
.category-news-left span {
  background: red;
  padding: 3px 8px;
  position: absolute;
  font-size: 13px;
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}
.archive-page-section .category-news-list li a{
  background: #eff3f4;
}
/* ==================================================
                  VIDEO CATEGORY PAGE
================================================== */
.video-catagory-single {
    position: relative;
    display: inline-block;
    margin-bottom: 24px;
}
.video-catagory-image {
    position: relative;
}
.video-catagory-text {
    position: relative;
    background: #fff;
    color: #000;
    width: 90%;
    margin: auto;
    min-height: 74px;
    max-height: 74px;
    overflow: hidden;
    padding: 5px 7px;
    margin-top: -15px;
    border: 1px solid #e2e2e2;
    box-shadow: 0 5px 5px -5px #000;
}
.video-catagory-text h2 {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    margin: 0;
}
.video-icon .fa-video-camera, .video-icon-2 .fa-video-camera{
  padding-left: 2px;
  height: 34px;
  line-height: 35px;
  border-radius: 20%;
}
/* ==================================================
                  DETAILS PAGE
================================================== */
.details-text h1{
  font-size: 24px;
line-height: 30px;
color: #000;
margin: 0;
}
.details-time {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
    color: #000;
}
.details-time i{
  padding-right: 3px;
}
.details-news p{
  margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
}
.tag-ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}
.tag-ul li {
    /* color: #000; */
    list-style: none;
    display: inline-block;
}
.tag-ul li a {
    color: red;
    border: 1px solid red;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 15px;
    transition: .5s;
}
.life-style-heading h2 {
    border-bottom: 2px solid #e74c4f;
    line-height: 100%;
    margin: 0 0 15px;
    font-size: 22px;
}
.life-style-heading span {
    background: #171616;
    padding: 7px 20px;
    color: #ececec;
    height: 30px;
    line-height: 41px;
    position: relative;
}
.details-page-section .block-category-text {
    background: #eff3f4;
}

.side-tab-main {
  width: 100%;
  margin-top: 24px
}

.side-tab-main .nav-item {
  display: block;
  float: left;
  width: 50%
}

.side-tab-main .nav-item .nav-link {
  transition: background-color .3s 0s;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #19232d;
  border-radius: 0;
  padding: 9px 15px;
  border-top: 3px solid transparent
}

.nav-pills .nav-link.active {
  background: #fff;
  color: #19232d;
  border-top: 3px solid #e74c4f
}

.least-news-ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  background: #fff;
}
.least-news-ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.least-news-ul li a {
  margin-bottom: -6px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 7px 9px;
  /* border-bottom: 1px dashed #969696; */
  border-bottom: 1px dotted gray;
  width: 100%;
}
.least-news-ul li:last-child a {
  border-bottom: 0;
}
.least-news-ul .least-news-left {
  float: left;
  width: 37%;
  padding-right: 3%;
}
.least-news-ul .least-news-left img {
  min-height: 60px;
  max-height: 60px;
}
.least-news-ul .least-news-right {
  float: left;
  width: 63%;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.least-news-ul .least-news-right h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
/* ==================================================
                  Division PAGE
================================================== */
.district-wrapper {
    background: #fff;
    padding-bottom: 10px;
}
.district-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}
.district-ul li {
    display: inline-block;
}
.district-ul li a {
    border: 1px solid #ccc;
    display: block;
    background: #fff;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    transition: .5s;
    padding: 2px 10px;
    margin: 2px 0;
}
.division-page-section .read-more-btn, .read-more-btn-2{
  color: #fff;
}
.category-breadcrumb .breadcrumb>li>a {
    color: #e74c4f;
    font-size: 22px;
}
 .second {
    font-size: 18px!important;
    line-height: 28px!important;
}
.author-list .block-category-news{
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  padding: 5px;
  background: #fff;
}
.author-list .block-category-news .block-category-text{
  max-height: unset;
  min-height: unset;
}
.author-list .breadcrumb-mobile, .author-details .breadcrumb-mobile{
  background: #fff;
}
.author-details .author-details-news{
  padding: 5px;
  background: #fff;

    margin-bottom: 15px;
}
.author-details .author-details-text{
  text-align: center;
  max-height: unset;
  min-height: unset;
}
.author-details .author-details-text h2{
  margin: 0;
color: #000;
font-size: 18px;
line-height: 22px;
}
.author-details .author-details-text h3{
  font-size: 18px;
color: #ff4000;
margin: 0;
}
.author-details .read-more-2{
  margin-bottom: 15px;
}
.author-details .read-more-btn-2:before, .author-details .read-more-btn-2:after{
  background: #ff4444;
}
